home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / emu / atari800_tr.lzh / djgpp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-03  |  90 b   |  9 lines

  1.  
  2. #ifndef __DJGPP__H__
  3. #define __DJGPP__H__
  4.  
  5. #define read(a,b,c)     _read(a,b,c)
  6.  
  7. #endif
  8.  
  9.